home *** CD-ROM | disk | FTP | other *** search
/ Aminet 50 / Aminet 50 (2002)(GTI - Schatztruhe)[!][Aug 2002].iso / Aminet / dev / misc / TCS.readme < prev   
Text File  |  2002-06-09  |  2KB  |  46 lines

  1. Short:    Fast 8-bit Chunky TrueColor on AGA
  2. Author:   bevilacq@cli.di.unipi.it (Simone Bevilacqua)
  3. Uploader: bevilacq@cli.di.unipi.it (Simone Bevilacqua)
  4. Type:     dev/misc
  5. Requires: AGA, 020+ CPU, KS 2.04+
  6.  
  7. Replaces  dev/misc/TCS.lha
  8.  
  9.  
  10.  
  11. The Tricky Color System (TCS) is a new, fantastic, software-only, video
  12. system which provides some new cool video modes on normal AGA Amigas by
  13. exploiting some basic concepts of the composition of colors.
  14. It comes in the shape of a shared library, but, if you want, you can
  15. write you own routines thanks to the detailed documentation which fully
  16. describes the system's internals.
  17.  
  18.  
  19.  
  20. TCS and tcs.library features list:
  21.  
  22.  - TrueColor-like pixels, i.e. the value of a pixel is its own RGBx value,
  23.    not an index to a color lookup table
  24.  - chunky access, i.e. a pixel is read/written with a single access to
  25.    memory
  26.  - 2 horizontal resolutions: HalfRes, FullRes (280 ns, 140 ns pixels)
  27.  - all the display sizes allowable by the Amiga hardware
  28.  - screens of any size (limited only by the available memory)
  29.  - 256 independently selectable colors per screen
  30.  - up to 256 unique colors per screen
  31.  - variable display brightness
  32.  - Cross Playfield mode (a kind of Dual Playfield mode without a trasparent
  33.    color and with variable front playfield opacity)
  34.  - up to 337 unique indipendent colors in Dual Cross Playfield mode
  35.    (Cross Playfield mode with selectable transparent color)
  36.  - multiple RGB-like color definitions, named "RGBx"
  37.  - scrollable screens with horizontal increments of 35 ns
  38.  - double and triple buffered screens
  39.  - many graphic primitives + several other special graphic functions
  40.  - Graphic Contexts -based displays
  41.  - functions for brushes handling
  42.  - functions for pictures files handling
  43.  - functions for palette/color control
  44.  
  45.  & even more!
  46.